home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / DOCS / Scrap < prev    next >
Text File  |  1996-04-11  |  645b  |  24 lines

  1. This extension library should be installed using the
  2. LIBRARY command and initialised with a call to
  3. FN_shell_Scrap_Init. This call must be made AFTER
  4. PROCshell_Init has been called.
  5.  
  6. --------------------------------------------------------
  7.  
  8. FN_shell_Scrap_Init
  9. =>    None
  10.  
  11. <=    bool    TRUE if module initialised correctly
  12.          FALSE otherwise
  13.  
  14. --------------------------------------------------------
  15.  
  16. PROCshell_ScrapCreateDir()
  17. =>    str    application name (minus '!' char)
  18.  
  19. --------------------------------------------------------
  20.  
  21. PROCshell_ScrapRemoveDir()
  22. =>    str    application name (minus '!' char)
  23.  
  24. --------------------------------------------------------